feat(pf-react): add repos-json-health-review skill#36
feat(pf-react): add repos-json-health-review skill#36evwilkin wants to merge 1 commit intopatternfly:mainfrom
Conversation
Add skill and reference for auditing PatternFly Analytics repos.json (archived/stale GitHub and GitLab repos) plus optional Node helper script. Made-with: Cursor
| ## Plugin placement | ||
|
|
||
| This is **analytics inventory hygiene**, not React UI work. It ships under **pf-react** only because the contribution table has no analytics-focused plugin; if that changes, relocate the skill to match. | ||
|
|
There was a problem hiding this comment.
Since this is analytics/repo hygiene rather than React UI work (which you cited in your PR description), I think pf-workflow, which Eric recently introduced with his new skill would be a better home. That plugin covers issue tracking, PR management, and repo-level tooling.
There was a problem hiding this comment.
Thanks, I'll get this updated to target the correct plugin - thanks to Eric for getting that set up!
| @@ -0,0 +1,366 @@ | |||
| #!/usr/bin/env node | |||
There was a problem hiding this comment.
Not all users will have Node.js installed, and if they don't, these will fail silently with command not found.
Bash scripts are more portable since every user has bash. If keeping Node, adding a runtime check at the top would help. I'll be updating CONTRIBUTING-SKILLS.md separately to clarify our policy on scripts in skills.
Add skill and reference for auditing PatternFly Analytics repos.json (archived/stale GitHub and GitLab repos) plus optional Node helper script.
NOTE: this doesn't really fit as a react-plugin, may consider a broader "platform" or "maintenance" plugin?
Made-with: Cursor